xl: fix xl cpupool-list <poolid>
authorAndre Przywara <andre.przywara@amd.com>
Fri, 28 Jan 2011 17:45:24 +0000 (17:45 +0000)
committerAndre Przywara <andre.przywara@amd.com>
Fri, 28 Jan 2011 17:45:24 +0000 (17:45 +0000)
commit8da70699aeed0137d1df247d878f91a1320fac8c
treeee85c776d920b3549f451d068a010d92a1f1ab32
parent2c311e731001fd8c404de6f747ba36c67e1c53a2
xl: fix xl cpupool-list <poolid>

The help screen of xl cpupool-list promises to allow a CPU pool to
be named on the command line, which will then be listed only.
Probably caused by a "DeMorgan brain twist" this specific CPU pool
is _omitted_ instead. The patch fixes this, so single CPU pools
can be explicitly listed again.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Acked-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c